.mobile{width: 100%;position:relative;height: 40px;display:none;top:0;right: 0;z-index: 99;background-color: #821a23;}
.mobile-inner-header{
	width:100%;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.mobile-inner-header-icon{
	color: #ffffff; height: 40px;font-size:25px;text-align: center;
	float:right;width: 40px;position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{  cursor: pointer;}
.mobile-inner-header-icon span{
	position: absolute; left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #fff;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{
	color: #fff;
	height: 40px;
	float:right;
	width: 40px;
	position: relative;
	cursor: pointer;
	margin-right: 5px;
	text-align: right;
}
.mobile-inner-header-icon-click{margin-top: 6px;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: none;}
.mobile-inner-header-icon.iconfont{font-size: 25px;line-height: 40px;text-align: center;font-weight: bold;}
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}



@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}
@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav{background: #6f000e;width: 100%;position: absolute;top: 40px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
	text-decoration: none;  width: 100%;font-size: 14px;
	border-bottom: solid 1px #224a75;
	-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
	-o-transition: all 0.5s;    transition: all 0.5s;color:#fff; }
.mobile-inner-nav a:hover{color:#fff;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;letter-spacing: 1px}
.mobile-inner-nav li strong{position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
	-o-transition: all 0.5s;    transition: all 0.5s; color: #fff;
	opacity: 0.8;
	font-weight: normal;}
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
.mobile_search .search input {
	position: absolute;
	height: 34px;
	line-height: 34px;
	color: #262626;
	border: none;
	background: none;
	top: 0px;
	padding-left: 0px;
}
.mobile_search .search input.notxt {
	padding: 0 0 0 7px;
	font-size: 14px;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(219,219,219,0.2);font-size: 13px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 20px 0;border-bottom:solid 1px #224a75;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#fff;margin-left:45px;border:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url('../img/serBtn.png') no-repeat center center;border:none;}
.mobile-link{float: left;padding-left: 10px;}
.mobile-link a{color:#f3f3f3;margin:0 5px;height: 60px;line-height: 60px;font-size: 15px;}
.mobile-link02{margin:0 20px;}
.mobile-inner-nav .mobile-link02 a {width: auto;float: left;margin:0 7px;}
.mobile-inner-nav a, .mobile_search {
	border-bottom-color: rgba(255,255,255,0.3);
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.toplink {
	/* margin-bottom: 20px; */
	margin: 10px 20px 20px;
}
.toplink a {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ffffff;
	width: 30%;
	transition: .3s;
	font-size: 14px;
	color: #ffffff;
}
@media screen and (max-width: 1250px) {
	.header-content {
		width:100%;
		max-width: 1250px;
	}
	.hnav-c {
		width:100%;
		max-width: 1250px;
	}
	.navs {
		width:100%;
		max-width: 1250px;
	}
	.navs li {
		padding: 0 1.85%;
	}
	.footer {
		height: auto;
		clear: both;
	}
	.content_news-part {
		height: auto;
		overflow: hidden;
	}
	.newspart-img {
		height: 190px;
	}
	.till-slides {
		margin-left: -450px;
	}
	.linkp {
		height: auto;
	}
}
@media screen and (max-width: 1150px) {
	.navs li {
		padding: 0 1.75%;
	}
	.xsleft {
		width: 48%;
	}
	.xsright {
		float: right;
		width: 48.5%;
	}
	.newspart-img {
		height: 185px;
	}
}
@media screen and (max-width: 1080px) {
	.navs li {
		padding: 0 1.48%;
	}
	.newspart-img {
		height: 180px;
	}
}
@media screen and (max-width: 1000px) {
	.navs li {
		padding: 0 1.8%;
	}
	.footer .part2 .logo {
		margin-bottom: 20px;
		margin-top: 20px;
		height: auto;
	}
	.part2 {
		padding: 24px 0 30px 0;
	}
	.footer .part2 .info {
		display: none;
	}
	.navs {
		display: none;
	}
	.mobile{
		display: block;
	}
	.hnav-c {
		height: 40px;
	}
	.header-nav {
		height: 40px;
	}
	.newspart-img {
		height: 170px;
	}
}
@media screen and (max-width: 800px) {
	.searchs {
		float: left;
		margin-left: 10px;
		margin-top: 5px;
	}
	.header-content {
		height: auto;
	}
	.hc_img {
		margin-top: 14px;
		position: relative;
		margin-bottom: 14px;
	}
	.hc_img img{
		height: 60px;
	}
	.search {
		height: 60px;
	}
	.searche {
		font-size: 14px;
		height: 16px;
		line-height: 16px;
	}
	.searchs {
		margin-top: 5px;
	}
	.till-slides h3 {
		display: none;
	}
	.flex-direction-nav {
		display: none;
	}
	.btns img {
		height: auto!important;
	}
	.banner .flexslider .slides li a:after {
		height: 50px;
		background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2));
	}
	.content_newsf {
		max-height: none;
	}
	.content_news-part {
		width: 46%;
		margin-right: 2%;
		position: relative;
		margin-left: 2%;
	}
	.content_newsf {
		max-height: none;
	}
	.sli {
		width: 46%;
		margin: 0 2% 0 2%;
		float: left;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.xsleft {
		width: 95%;
		float: none;
		margin: 0 auto;
	}
	.xsright {
		float: none;
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.xsright ul {
		padding: 0;
	}
	.linkp {
		width: 46%;
		margin: 0 2% 0 2%;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.newspart-img {
		height: 260px;
	}
}
@media screen and (max-width: 740px) {
	.hc_img img {
		height: 60px;
		margin: 0 auto;
		display: block;
	}
	.search {
		height: 25px;
		float: none;
		margin: 0 auto;
		margin-top: 10px;
		display: none;
		width: auto;
	}
	.hc_img {
		margin-bottom: 10px;
	}
	.searchs {
		display: none;
	}
	.newspart-img {
		height: 240px;
	}


}
@media screen and (max-width: 690px) {
	.newspart-img {
		height: 225px;
	}
}
@media screen and (max-width: 650px) {
	.newspart-img {
		height: 210px;
	}
}
@media screen and (max-width: 600px) {
	.newspart-img {
		height: 195px;
	}
}
@media screen and (max-width: 550px) {
	.hc_img img {
		height: 50px;
		margin: 0 auto;
		display: block;
	}
	.footer .part2 .logo img {
		display: block;
		margin: 0 auto;
		width: 400px;
	}
	.newspart-img {
		height: 180px;
	}
}
@media screen and (max-width: 500px) {
	.newspart-img {
		height: 165px;
	}
}
@media screen and (max-width: 480px) {
	.content_news-part {
		width: 88%;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.sli {
		width: 89%;
		float: none;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.linkp {
		width: 85%;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.linkp a{
		display: block;
	}
	.xsleft {
		width: 88%;
		float: none;
		margin: 0 auto;
	}
	.xsright {
		float: none;
		width: 88%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.newspart-img {
		height: auto;
	}
}
@media screen and (max-width: 450px) {
	.list-timer {
		display: none;
	}
	.list-title {
		width: 100%;
	}
	.footer .part2 .logo img {
		width: 380px;
	}
}
@media screen and (max-width: 400px) {
	.footer .part2 .logo img {
		width: 350px;
	}
	.hc_img img {
		height: 40px;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 380px) {
	.footer .part2 .logo img {
		width: 320px;
	}
}
@media screen and (max-width: 350px) {
	.footer .part2 .logo img {
		width: 300px;
	}
}